Skip to main content
Version: 5.x.x

RequestInterceptorType


import { RequestInterceptorType } from "@hyper-fetch/core"

Description

Defined in client/client.types.ts:42

Preview

type RequestInterceptorType = (request: RequestInstance) => Promise<RequestInstance> | RequestInstance;

Structure

(request: RequestInstance) => Promise<RequestInstance> | RequestInstance